From: Keir Fraser Date: Tue, 27 May 2008 09:31:55 +0000 (+0100) Subject: xend: fix a typo in domain_migrate(). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14207^2~28 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=91df8a74b6256b8d61973e1e27367ffcab429216;p=xen.git xend: fix a typo in domain_migrate(). - @rtype: -> @type node: Signed-off-by: Masaki Kanno --- diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py index 9b088dc800..d5fa1ba96d 100644 --- a/tools/python/xen/xend/XendDomain.py +++ b/tools/python/xen/xend/XendDomain.py @@ -1265,17 +1265,17 @@ class XendDomain: @type domid: int or string. @param dst: Destination IP address @type dst: string - @keyword port: relocation port on destination - @type port: int @keyword live: Live migration @type live: bool + @keyword port: relocation port on destination + @type port: int + @keyword node: use node number for target + @type node: int @keyword ssl: use ssl connection @type ssl: bool @rtype: None - @keyword node: use node number for target - @rtype: int @raise XendError: Failed to migrate - @raise XendInvalidDomain: Domain is not valid + @raise XendInvalidDomain: Domain is not valid """ dominfo = self.domain_lookup_nr(domid)